-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README: Update README shields #5058
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5058 +/- ##
=======================================
Coverage 84.74% 84.74%
=======================================
Files 286 286
Lines 60036 60037 +1
=======================================
+ Hits 50876 50880 +4
+ Misses 9160 9157 -3 |
We don't support win-32. I wouldn't have too many badges, it looks really spammy and it's easy to go overboard. The version badge IMO is pointless, because is easy to see on the GH page, where it shows the latest tag. The license badge would be nice to have, so it's obvious how it's licensed without having to go into the actual LICENSE file. |
PyPi download count is not really informative for the user, IMHO. Also in favour of not having too many. Just relevant (informative) ones. |
Conda apparently thinks we do. Keep in mind, when a non-GitHub-savvy user sees our page, their eyes focus in on the README, if we're lucky. That's why it's nice to have the information we deem relevant there, even if it leads to redundancy. I'd love to include a shields for all the docs we have (throughout the README), but that'll have to be part of a bigger README redesign. |
conda-forge is the reason we don't. They were the ones who dropped support in 2019 Q2: conda-forge/staged-recipes#5640, #3939. We just followed suit. |
https://anaconda.org/conda-forge/orange3 Ah, technically we support it with v3.13.0. |
For me, the relevant ones are the latest version, perhaps a link to docs or to chat, and a download link to our webpage - only those, as someone wrote up there, that would help users. I would actually remove ones meant for the developers (test status, coverage). |
70f6391
to
70fa409
Compare
70fa409
to
2519702
Compare
Fixes the failing build one (still linked to Travis)
Adjusts style, colors
Should we add any other badges?
Shields.io supports:
... many more
You can also connect it to your own endpoint, we could potentially set up an endpoint for download count, merging the numbers we get on our website with the ones on PyPi (and the ones on conda?).